From 74f4fc2bc820c182cc9031d77df10a6164c5096d Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 23 Mar 2015 14:17:52 +0100 Subject: [PATCH] Fix build with !HAVE_LIBSOUP Fix up ostree_repo_pull to match the new declaration --- src/libostree/ostree-repo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libostree/ostree-repo.c b/src/libostree/ostree-repo.c index 2a6336fe..aca70034 100644 --- a/src/libostree/ostree-repo.c +++ b/src/libostree/ostree-repo.c @@ -2740,6 +2740,7 @@ ostree_repo_pull (OstreeRepo *self, gboolean ostree_repo_pull_one_dir (OstreeRepo *self, const char *remote_name, + const char *dir_to_pull, char **refs_to_fetch, OstreeRepoPullFlags flags, OstreeAsyncProgress *progress, -- 2.30.2